Skip to content

Conversation

@FidelusAleksander
Copy link
Contributor

@FidelusAleksander FidelusAleksander commented Apr 24, 2025

Changes

Added a new keyphrase-checker GitHub Action. This will help us with cases:

  • checking a file was updated with expected content (whatever was tasked in the exercise)
  • checking issue comment for keyphrases like @professortocat

example

    - name: Check for participant info in styles.css
      id: check-styles
      continue-on-error: true
      uses: skills/exercise-toolkit/actions/keyphrase-checker@minimum-occurances
      with:
        text-file: src/static/styles.css
        keyphrase: participant
        case-sensitive: false

Checklist

  • I have added or updated appropriate labels to this PR
  • I have tested my changes
  • I have updated the documentation if needed

@github-actions github-actions bot added the maintenance Maintenance work on the repository label Apr 25, 2025
@FidelusAleksander
Copy link
Contributor Author

Released in a separate repository
https://github.com/skills/action-keyphrase-checker

@FidelusAleksander FidelusAleksander deleted the minimum-occurances branch June 12, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Maintenance work on the repository

Development

Successfully merging this pull request may close these issues.

2 participants